Minesweeper ReadMe
===================

This is a version of the game Minesweeper.  It demonstrates the use of the MenuBar, File, Grid, and
PictureBox controls.


Playing the Game
=================
* To start the game, click on the MenuBar Item "Game Option" and select the "New Game" option.

* To expose the contents of a cell in the minefield, select the "Expose" option button at the 
  bottom of the screen, then click on the cell you wish to expose.

* To mark a cell as containing a bomb, select the "Mark" option button at the bottom of the
  screen, then click on the cell you wish to mark.  Follow this same procedure to "unmark" a 
  previously marked cell.

* To pause the game, select the "Pause" option from the Game Option menu.

* To display the Best Player record, select the "Best Time..." command from the Game Option menu.

* To quit the game, select "Exit" from the Game Option menu.


Objective:  
  The objective of the game is to find all the mines on the minefield as quickly as possible 
  without uncovering any of them.


 
Additional Information
=======================

* If you expose a square containing a mine you lose the game.  Other wise, the square will 
  display a number that specifies how many mines are surrounding that square.

* In order to run this game, all .bmp files in this directory must be copied to the same directory 
  that the application is going to be run from on the device.

* This sample works on the Windows CE Emulator.

For more information on how to use the controls demonstrated in this sample, see the eMbedded
Visual Basic online documentation.

